home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
program
/
ixemlsrc.lha
/
ixemul
/
man
/
cat3
/
strcoll.0
< prev
next >
Wrap
Text File
|
1995-12-23
|
1KB
|
67 lines
STRCOLL(3) UNIX Programmer's Manual STRCOLL(3)
NNAAMMEE
ssttrrccoollll - compare strings according to current collation
SSYYNNOOPPSSIISS
##iinncclluuddee <<ssttrriinngg..hh>>
_i_n_t
ssttrrccoollll(_c_o_n_s_t _c_h_a_r _*_s_1, _c_o_n_s_t _c_h_a_r _*_s_2)
DDEESSCCRRIIPPTTIIOONN
The ssttrrccoollll() function lexicographically compares the nullterminated
strings _s_1 and _s_2 according to the current locale collation and returns
an integer greater than, equal to, or less than 0, according as _s_1 is
greater than, equal to, or less than _s_2.
SSEEEE AALLSSOO
bcmp(3), memcmp(3), setlocale(3), strcasecmp(3), strcmp(3),
strxfrm(3)
SSTTAANNDDAARRDDSS
The ssttrrccoollll() function conforms to ANSI C3.1591989 (``ANSI C'').
BSD Experimental June 29, 1991 1